Make it work with more recent dependencies#1
Open
lkundrak wants to merge 4 commits intoquix:masterfrom
Open
Conversation
Deal with stuff that got deprecated with Minitest 4: NOTE: MiniTest::Unit::TestCase#assert_block is deprecated, use assert. It will be removed on 2013-01-01. Called from src/comp_tree/test/exception_test.rb:50:in `block (3 levels) in test_exception'
Deal with stuff that got deprecated with Rake 9:
WARNING: Global access to Rake DSL methods is deprecated. Please include
... Rake::DSL into classes and modules which use the Rake DSL methods.
WARNING: DSL method Levitate#task called at src/comp_tree/devel/levitate.rb:507:in `define_changes'
WARNING: DSL method Levitate#desc called at src/comp_tree/devel/levitate.rb:389:in `define_doc'
Make no assumption about initial Thread.list size.
There's a warning due to the weird way we avoid autorun, but at least it works with both minitest 4 (present in enterprise linux 7) and minitest 5 (shipped with fedora 20): Warning: you should require 'minitest/autorun' instead. Warning: or add 'gem "minitest"' before 'require "minitest/autorun"'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.